/* Color Tokens */
.primary {
	color: #FF0009; /* $primary */
}

.secondary {
	color: #D7D7D7; /* $secondary */
}

.tertiary {
	color: #FFF212; /* $tertiary */
}

.light {
	color: #FEFEFE; /* $light */
}

.dark {
	color: #201E1E; /* $dark */
}
/* End Color Tokens */

/* Video System */
.video-system {
	padding: 0;
}

.video-system.category, .video-system.video-page {
	padding-top: 0;
	background-color: #EFEFEF; /* lighten($secondary,60%) */
}

.video-system .video-list {
	background-color: #EFEFEF; /* lighten($secondary,60%) */
	padding: 3em 0;
	margin-top: 0;
}

.video-system.category .video-list {
	margin-top: 0;
}

.video-system .overlay.active {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 95;
	opacity: 1;
	transition: opacity 1s ease;
}

.jw-display-icon-container {
	border: none !important;
}

.jw-icon-display {
	color: #FEFEFE !important;
}

.video:hover .jw-icon-display {
}

.jw-background-color {
	background: #201E1E !important; /* $dark */
	transition: background-color .4s ease 0s;
}

.video:hover .jw-background-color {
	background-color: #FF0009; /* $primary */
}
/* End Video System */

/* Video System - Bread Crumbs */
.bread-crumb {
	max-width: 1380px;
	margin: 0 auto;
	padding: 0 3%;
}

.bread-crumb .flex {
	padding: 2em 0 1em;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-bottom: solid 1px #201E1E; /* $dark */
}

.video-page .bread-crumb .flex {
	border-bottom: none;
}

.bread-crumb .home-button {
	font-size: 1.25em;
	color: #201E1E;
}

.bread-crumb .bread {
	margin-left: .5em;
}

.bread-crumb .bread a {
}

.bread-crumb .bread span {
}

.bread-crumb .bread .crumb-sep {
	padding: 0 .25em;
}
/* End Video System - Bread Crumbs */

/* Video System - Category Section */
.category-section {
	max-width: 1530px;
	margin: 0 auto;
	padding: 0 3%;
	margin-bottom: 4em;
}

.category-section header {
	padding-bottom: 1em;
	text-align: left;
	position: relative;
}

.category-section header:after {
	content: '';
	display: none;
	height: .25em;
	width: 100px;
	background-color: #FFF212; /* $tertiary */
	position: absolute;
	bottom: 0;
	left: 0;
}

.category-section header h3 {
	font-size: 2.5em;
	text-transform: uppercase;
}

.category-section header h3 a {
	color: #FF0009; /* $primary */
}

.category-section header h3 a:hover {
	color: #201E1E; /* $dark */
}

.category-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: 0 auto;
	padding: 0;
}

.category-list .category-item {
	margin: 1em 0;
	border: 1px solid #201E1E; /* $dark */
	padding: 1em;
	width: 31.33%;
	background-color: #FEFEFE;
}

.category-list .category-item:nth-of-type(3n-1) {
	margin: 1em 3%;
}

.category-list .category-item .thumbnail {
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	width: 100%;
}

.category-list .category-item .thumbnail.default {
	background-color: #D7D7D7; /* $secondary */
	background-image: url(../images/logo.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.category-list .category-item .thumbnail:before {
	content: '\f0c4';
	font-size: 4em;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 20;
	color: rgba(0,0,0,0.5);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: .5s ease;
	font-family: 'icomoon-ult';
}

.category-list .category-item .thumbnail:hover:before {
	color: #FEFEFE;
}

.category-list .category-item .thumbnail img {
	height: 13em;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}

.category-list .category-item .info {
}

.category-list .category-item .info h4 {
}

.category-list .category-item .info p {
}

.category-list .category-item .info .btn {
	display: table;
	margin: 1em auto 0;
}

.category-section .btn-con {
	background-color: #FEFEFE;
	padding: 1em 3%;
	border: solid 1px #D7D7D7;
}

.category-section .btn-con .btn {
	display: table;
	margin: 0 auto;
}
/* End Video System - Category Section */

/* Video System - Video Player PopUp */
.video-system .video-player-container {
	position: fixed;
	width: 50%;
	left: 25%;
	top: 25%;
	z-index: -1;
	background-color: #FF0009; /* $primary */
	opacity: 0;
	box-shadow: 0 20px 35px rgba(0,0,0,0.514);
}

.video-system .video-player-container:before, .video-system .video-player-container:after, .video-system .video-player-container .effect:before, .video-system .video-player-container .effect:after {
	content: '';
	display: block;
	position: absolute;
	background-color: #201E1E; /* $dark */
}

.video-system .video-player-container:before {
	left: -.6rem;
	height: .6rem;
	width: 0;
	top: -.6rem;
}

.video-system .video-player-container.active:before {
	width: calc(100% + .6rem);
	transition: .6s linear 2.3s;
}

.video-system .video-player-container:after {
	top: -.6rem;
	right: -.6rem;
	width: .6rem;
	height: 0;
}

.video-system .video-player-container.active:after {
	height: calc(100% + 1.2rem);
	transition: .6s linear .5s;
}

.video-system .video-player-container .effect:before {
	right: 100%;
	width: .6rem;
	height: 0;
	bottom: -.6rem;
}

.video-system .video-player-container.active .effect:before {
	height: calc(100% + .6rem);
	transition: .6s linear 1.7s;
}

.video-system .video-player-container .effect:after {
	right: 0;
	height: .6rem;
	top: 100%;
	width: 0;
}

.video-system .video-player-container.active .effect:after {
	width: calc(100% + .6rem);
	transition: .6s linear 1.1s;
}

.video-system .video-player-container.active {
	z-index: 110;
	opacity: 1;
}

.video-system .video-player-container .effect {
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
	position: relative;
}

.video-system .video-player-container video.hide {
	opacity: 0;
	z-index: 0;
}

.video-system .video-player-container.active video {
	opacity: 1;
	transition: 1s ease opacity;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-system .video-player-container a.close {
	position: absolute;
	font-size: .8em;
	line-height: 1;
	top: 0;
	right: 0;
	border-radius: 50%;
	background-color: #FF0009; /* $primary */
	color: #FEFEFE;
	margin-top: -1.25em;
	margin-right: -1.25em;
	z-index: 1;
}

.video-system .video-player-container a.close icon {
	display: block;
	padding: .5em;
}
/* End Video System - Video Player PopUp */

/* Video System - Current Video */
.video-system .current-video-list .video .item {
	border-bottom: 1px solid rgba(0,0,0,0.5);
	margin: 1.5em 0;
}

.video-system .current-video-list .item a div {
	margin-right: 1em;
}

.video-system .current-video-list .item a div img {
	box-shadow: 0 8px 17px -6px rgba(0, 0, 0, 0.6);
	border: 2px solid #FEFEFE;
}
/* End Video System - Current Video */

/* Video System - Video Page */
.video-player .video-box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: 0 0 5em;
}

.video-player .video-box .video {
	width: 100%;
}

.video-player .video-box .video .main-video-container {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
}

.video-player .video-box .video .main-video-container video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.video-player .video-box .video-info {
	width: 33%;
	padding: 2em 2% 2em;
	position: relative;
	border: solid 1px #D7D7D7; /* $secondary */
	background-color: #FEFEFE;
	display: none;
}

.video-player .video-box .video-info h1 {
	font-size: 1.833em;
	margin-bottom: 1em;
}

.related-videos .related-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: 0 auto;
	padding: 0 0 4em;
}

.related-videos .related-list .related-item {
	margin: 1em 0;
	border: 1px solid #D7D7D7; /* $secondary */
	padding: 1em;
	width: 31.33%;
	background-color: #FEFEFE;
}

.related-videos .related-list .related-item:nth-of-type(3n-1) {
	margin: 1em 3%;
}

.related-videos .related-list .related-item .thumbnail {
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	width: 100%;
}

.related-videos .related-list .related-item .thumbnail.default {
	background-color: #D7D7D7; /* $secondary */
	background-image: url(../images/logo.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.related-videos .related-list .related-item .thumbnail:before {
	content: '\f0c4';
	font-size: 4em;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 20;
	color: rgba(0,0,0,0.5);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: .5s ease;
	font-family: 'icomoon-ult';
}

.related-videos .related-list .related-item .thumbnail:hover:before {
	color: #FF0009; /* $primary */
}

.related-videos .related-list .related-item .thumbnail img {
	height: 13em;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}

.related-videos .related-list .related-item .info {
}

.related-videos .related-list .related-item .info h4 {
}

.related-videos .related-list .related-item .info p {
}

.related-videos .related-list .related-item .info .btn {
	display: table;
	margin: 1em auto 0;
}
/* End Video System - Video Page */

/* 1000px Responsive */
@media screen and (max-width:1000px) {
	.category-list {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.category-list .category-item {
		width: 48%;
	}

	.category-list .category-item:nth-of-type(3n-1) {
		margin: 1em 0;
	}

	.related-videos .related-list {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.related-videos .related-list .related-item {
		width: 48%;
	}

	.related-videos .related-list .related-item:nth-of-type(3n-1) {
		margin: 1em 0;
	}

	.related-videos .related-list .related-item:last-of-type {
		display: none;
	}
}
/* End 1000px Responsive */

/* 800px Responsive */
@media screen and (max-width:800px) {
	.video-system .video-player-container {
		width: 90%;
		left: 5%;
	}

	.video-player .video-box {
		display: block;
	}

	.video-player .video-box .video {
		width: 100%;
	}

	.video-player .video-box .video-info {
		width: 100%;
	}
}
/* End 800px Responsive */

/* 650px Responsive */
@media screen and (max-width:650px) {
	.category-list {
		display: block;
	}

	.category-list .category-item {
		width: 100%;
	}

	.related-videos .related-list {
		display: block;
	}

	.related-videos .related-list .related-item {
		width: 100%;
	}
}
/* End 650px Responsive */
